home *** CD-ROM | disk | FTP | other *** search
- CreateBits : create a string with how many bits specified by a number
- FindBitReset : find the first bit 'reset' starting at a position
- FindBitSet : find the first bit 'set' starting at a position
- GetBit : check if a bit is 'set' or 'reset'
- GiveBitPalindrome : returns all chars on which bit (0=7, 1=6, 2=5, 3=4)
- IsBitPalindrome : check if a string is Bit palindrome
- ReverseAllBits : reverse all bits
- ReverseAllBitsByChar : reverse all bits by char
- SetAllBits : set all bits to 'set' or 'reset'
- SetBit : set a bit to 'set' or 'reset'
- ToggleAllBits : toggle all bits
- ToggleBit : toggle a bit
- GetBit : check if a bit is 'set' or 'reset' in a value
- SetBit : set a bit to 'set' or 'reset' in a value
- B2I/I2B B2L/L2B : binary conversion to/from integer/long